@charset "utf-8";
/* CSS Document */

body{
	background-image: url("Presentación de Negocios Propuesta de Proyecto Digital Profesional Corporativa Azul y Naranja (7).png")
}
header{	
list-style-type: none;
margin: 0;
padding: 0; 	
overflow: hidden;
background-color: black;	
}
li{
	float: left;
}
li a{
	display: block;
	style
	color: white;
	text-decoration: none;
	padding: 13px 30px;
	text-decoration: none;
	text-align: center;
}
main{
	
}
footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: justify;
	background-color: midnightblue;
	color: white;
    color: #F3F3F3;
	text-align: center;
	
}

body,td,th {
}
.two-column-layout { 
display: grid; 
  grid-template-columns: 1fr 1fr;  
  grid-gap: 20px;           
} 
two-column-layout { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 20px; 
  font-size: 16px; 
  line-height: 1.5;  
} 

p {
  text-align: justify;
  text-justify: inter-word;
}